home *** CD-ROM | disk | FTP | other *** search
/ Millennium Gold 2000 / Millennium Gold 2000 - Disc 2.iso / Fructus / Fructus.exe / 0 / RCDATA / TFRUCTUSABOUTWINDOW / TFRUCTUSABOUTWINDOW.txt < prev   
Text File  |  1997-01-09  |  551b  |  27 lines

  1. object FructusAboutWindow: TFructusAboutWindow
  2.   Left = 275
  3.   Top = 152
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About Fructus for Windows 95'
  7.   ClientHeight = 219
  8.   ClientWidth = 291
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnKeyPress = Exit
  15.   OnShow = SetupWindow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 1
  20.     Top = 1
  21.     Width = 300
  22.     Height = 230
  23.     Picture.Data = {<image000.bmp>}
  24.     OnClick = Bye
  25.   end
  26. end
  27.